fix(app): restore recently-used models, project labels, and session folding in sidebar#1
Closed
OpenCodeEngineer wants to merge 1679 commits into
Closed
fix(app): restore recently-used models, project labels, and session folding in sidebar#1OpenCodeEngineer wants to merge 1679 commits into
OpenCodeEngineer wants to merge 1679 commits into
Conversation
Adds a WWW-Authenticate challenge for unauthorized experimental HttpApi UI fallback responses so browsers open the Basic Auth prompt when a server password is configured.
…eadFileStringSafe, flatten TuiConfig.loadState (anomalyco#25602)
…o#25600) Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
…anifest assets (anomalyco#25698) Co-authored-by: Kit Langton <kit.langton@gmail.com>
Port cleanly-compatible fork features onto upstream/dev base: App UI: - Saved prompt suggestions component - Recent sessions sidebar with hierarchy view - Auto-review model selection utility - Recent session organization utility Backend: - Edge TTS synthesis module (node-edge-tts) - TTS HTTP route (/tts/edge) - Session auto-resume module Import paths updated for upstream (@opencode-ai/core/util/). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- encode recent sidebar session slugs with workspace directory - trim/validate TTS input and reject whitespace-only payloads - route /tts through HttpApi backend in server handler - clean up generated TTS temp directories recursively - add whitespace route coverage test - update handoff.md progress Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- add serve-autoresume effect to recover interrupted/unanswered sessions - run per-session resume inside InstanceStore context - provide WorkspaceRef when present and skip busy sessions - start worker in serve command via background scoped fiber - update handoff.md with current state and next steps Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- move /tts/edge into Effect HttpApi global routes + handlers - remove createHttpApi Hono bypass that caused OpenAPI parity drift - exclude /tts/* from injected instance query params in public OpenAPI transform - update handoff.md with regression/fix progress Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- log TTS HttpApi parity fix commit and test outcomes - mark auto-review todo complete with app test coverage - record remaining full-suite failures for next triage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- note full-suite failures confirmed on upstream/dev as environment-related - document models snapshot artifact and safe.bareRepository test impacts - mark failure triage complete in handoff plan Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…olding in sidebar Restore features lost during rebase on upstream/dev: - Recently Used models group in model picker dialog - Project/workspace prefix labels in recent sessions sidebar - Collapsible parent/child session tree with depth indentation - Session hover preview cards with MessageNav - workspaceKey helper replacing pathKey for directory normalization - childMapByParent helper for building session parent-child maps Also adds FORK.md documenting fork-specific features and rebase survival checklist to prevent future feature loss. Fixes anomalyco#189 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
This pull request has been automatically closed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restores three webapp features lost during the rebase on
upstream/dev:1. Recently Used Models in Model Picker
2. Project Labels in Recent Sessions Sidebar
3. Collapsible Parent/Child Session Tree
Also adds
FORK.mddocumenting fork-specific features and rebase survival checklist.Files Changed (9)
dialog-select-model.tsx— Recently used models groupsidebar-items.tsx— Full SessionItem rewrite with children, hover preview, prefixsidebar-recent.tsx— Passes children/lookup/prefixes/popover to SessionItemsidebar-project.tsx— childMapByParent, setHoverSession, nav propssidebar-workspace.tsx— childMapByParent, workspaceKey, hover propssidebar-shell.tsx— renderRecentTile now required, moved before projectslayout.tsx— hoverSession state, recentMode, updated context typeshelpers.ts— Added childMapByParent(), workspaceKey()FORK.md— Fork feature documentationTesting
bun typecheckpassesFixes dzianisv#189